home *** CD-ROM | disk | FTP | other *** search
/ Workbench Design / WB Collection.iso / workbench werkzeuge / screen tools / flipit / flipit.doc < prev    next >
Text File  |  1996-04-07  |  3KB  |  101 lines

  1. FlipIt v1.2
  2.  
  3. FlipIt and this documentation are Copyright © 1994 by Michael Barsoom.
  4.  
  5. -+- License  -+-
  6.  
  7. FlipIt may be freely distributed as long as no charge is made other than to
  8. cover time and copying costs.  This should be no higher than what Fred Fish
  9. charges from one of his freely redistributable disks.
  10.  
  11. You may not copy and/or distribute this program without the accompanying
  12. documentation unless you get permission from the author to do so.
  13.  
  14. Fred Fish has permission to include this program on his FD disks/CDRoms.
  15.  
  16. If you write a freely redistributable program and would like to include
  17. FlipIt with it, feel free to do so only if you send me a fully registered
  18. version of your program.
  19.  
  20. Finally if you wish to include FlipIt on a disk magazine you are REQUIRED
  21. to get the author's permission FIRST.  Usually all that will required is
  22. for you to send me a copy of the issue with FlipIt, free of charge.
  23.  
  24. -+- Disclaimer -+-
  25.  
  26. This product is sold "as is" without representation or warranty of any
  27. kind, either expressed or implied.  The user assumes all risks and
  28. responsibilities related to its use.
  29.  
  30. -+- Introduction -+-
  31.  
  32.     FlipIt lets you install hotkeys for flipping through screens.
  33.     You can specify a hotkey to push the frontmost screen to the back,
  34.     and a hotkey to bring the rearmost screen to the front.
  35.  
  36. -+- Requirements -+-
  37.  
  38. 1) Workbench 2.0+
  39.  
  40. -+- Usage -+-
  41.  
  42. Either put it in WBStartup or put it in your user-startup.  There is no
  43. need to run it as FlipIt will detach itself from the CLI.
  44.  
  45. FlipIt understands the following ToolTypes/cli arguments.
  46. CX_Priority=    see your WorkBench manuals for explaination
  47. BACKTOFRONT=<hotkey>  hoykey to bring the back screen to the front
  48.                       default is 'rawkey rcommand down'
  49. FRONTTOBACK=<hotkey>  hoykey to push the front screen to the back
  50.                       default is 'rawkey rcommand up'
  51.  
  52. To quit FlipIt, send it a kill message from the Cx Exchange, send it a
  53. ctrl-c with a TaskX like program, or just run it again.
  54.  
  55. NOTE: 1) There is no help available from the CLI.
  56.       2) If there are any errors, can't open libraries, can't create
  57.          broker, etc there will be no error messages given, FlipIt
  58.          will just not install.
  59.       3) Make sure you have the tooltype DONOTWAIT if you place FlipIt in
  60.          the WBStartup
  61.  
  62. -+- Thanks -+-
  63.  
  64. To my loving wife Barbara.
  65.  
  66. -+- Bugs, Suggestions -+-
  67.  
  68. you can reach me at:
  69.  
  70. 5524 Pine Street
  71. Omaha NE 68106
  72. USA
  73.  
  74. Internet:  mbars@bluejay.creighton.edu
  75. Fidonet:   Mike Barsoom @ 1:285/11.9
  76. AmigaNet:  Mike Barsoom @ 40:200/10.9
  77.  
  78. -+- Shareware -+-
  79.  
  80. Please support shareware.
  81.  
  82. FlipIt is Shareware, if you use it regularly the author would appreciate it
  83. if you would send him a small donation, suggested is $2.00 US.
  84.  
  85. -+- History -+-
  86.  
  87. v1.0
  88.   o First Release
  89.  
  90. v1.1
  91.   o Added DisplayBeep() to notify user if FlipIt is rerun
  92.   o Forgot to put $VER: in version string
  93.   o Reduced stack usage.
  94.   o If run from a shell 'FlipIt' will be the task name instead of
  95.     'Background Process'
  96.   o Optimized code, saving a few bytes.
  97.  
  98. v1.2
  99.   o No longer will hang if you try to flipping throught screens just
  100.     as a new screen is opening.
  101.